home *** CD-ROM | disk | FTP | other *** search
- /*
- File: QTMLMapNames.h
-
- Contains: QuickTime Cross-platform routine names
-
- Version: Technology:
- Release: QuickTime 3.0 Beta
-
- Copyright: © 1997 by Apple Computer, Inc., all rights reserved.
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- */
- #ifndef __QTMLMAPNAMES__
- #define __QTMLMAPNAMES__
-
-
- #define SetPort MacSetPort
- // #define IsWindowVisible MacIsWindowVisible
- // #define GetNextWindow MacGetNextWindow
- // #define CompareString MacCompareString
- #define FlushInstructionCache MacFlushInstructionCache
- #define ReplaceText MacReplaceText
- #define AnimatePalette MacAnimatePalette
- #define ResizePalette MacResizePalette
- #define LineTo MacLineTo
- #define SetRect MacSetRect
- #define EqualRect MacEqualRect
- #define OffsetRect MacOffsetRect
- #define InsetRect MacInsetRect
- #define UnionRect MacUnionRect
- #define PtInRect MacPtInRect
- #define InvertRect MacInvertRect
- #define FrameRect MacFrameRect
- #define FillRect MacFillRect
- #define SetRectRgn MacSetRectRgn
- #define CopyRgn MacCopyRgn
- #define UnionRgn MacUnionRgn
- #define XorRgn MacXorRgn
- #define EqualRgn MacEqualRgn
- #define FillRgn MacFillRgn
- #define FrameRgn MacFrameRgn
- #define InvertRgn MacInvertRgn
- #define PaintRgn MacPaintRgn
- #define OffsetRgn MacOffsetRgn
- #define GetPixel MacGetPixel
- #define Polygon MacPolygon
- #define ShowCursor MacShowCursor
- #define SetCursor MacSetCursor
- #define GetCursor MacGetCursor
- #define ShowWindow MacShowWindow
- #define MoveWindow MacMoveWindow
- #define GetMenu MacGetMenu
- #define DeleteMenu MacDeleteMenu
- #define AppendMenu MacAppendMenu
- #define InsertMenu MacInsertMenu
- #define DrawMenuBar MacDrawMenuBar
- #define InsertMenuItem MacInsertMenuItem
- #define CloseWindow MacCloseWindow
- #define FindWindow MacFindWindow
- #define LoadResource MacLoadResource
- #define DrawText MacDrawText
- #define OpenDriver MacOpenDriver
- #define CloseDriver MacCloseDriver
- #define StartSound MacStartSound
- #define StopSound MacStopSound
- #define GetCurrentThread MacGetCurrentThread
- #define GetClassInfo MacGetClassInfo
- #define SendMessage MacSendMessage
- #define GetPath MacGetPath
- #define GetParent MacGetParent
- #define GetFileSize MacGetFileSize
- #define GetDoubleClickTime MacGetDoubleClickTime
- #define GetItem MacGetItem
- #define SetItem MacSetItem
- #define Region MacRegion
- #define TokenType MacTokenType
-
-
- #endif /* __QTMLMAPNAMES__ */
-
-